翻訳と辞書
Words near each other
・ Relational data mining
・ Relational data stream management system
・ Relational database
・ Relational database management system
・ Relational dialectics
・ Relational disorder
・ Relational frame theory
・ Relational goods
・ Relational grammar
・ Relational Interface System
・ Relational Investors
・ Relational meeting
・ Relational model
・ Relational Model/Tasmania
・ Relational noun
Relational operator
・ Relational order theories
・ Relational presentation
・ Relational psychoanalysis
・ Relational quantum mechanics
・ Relational schema
・ Relational Semantics, Inc.
・ Relational sociology
・ Relational space
・ Relational theory
・ Relational transgression
・ Relational view
・ Relational-cultural therapy
・ Relationalism
・ Relationism


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Relational operator : ウィキペディア英語版
Relational operator

In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include numerical equality (e.g., 5 = 5) and inequalities (e.g., 4 ≥ 3).
In programming languages that include a distinct boolean data type in their type system, like Pascal, Ada or Java, these operators usually evaluate to true or false, depending on whether the conditional relationship between the two operands holds or not. In languages such as C, relational operators return the integers 0 or 1, where 0 stands for false and any nonzero value stands for true.
An expression created using a relational operator forms what is known as a ''relational expression'' or a ''condition''.
Relational operators can be seen as special cases of logical predicates.
==Equality==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Relational operator」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.